Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.DamService.contrib--allowedAssetTypes

This contribution is part of XML component org.nuxeo.dam.DamService.contrib inside nuxeo-dam-jsf-5.8.jar

Extension Point

Extension point allowedAssetTypes of component DamService.

Contributed Items

  • <allowedAssetType name="Picture"/>
  • <allowedAssetType name="Video"/>
  • <allowedAssetType name="Audio"/>
  • <allowedAssetType name="File"/>

XML Source

<extension point="allowedAssetTypes" target="org.nuxeo.dam.DamService">

    <allowedAssetType name="Picture"/>
    <allowedAssetType name="Video"/>
    <allowedAssetType name="Audio"/>
    <allowedAssetType name="File"/>

  </extension>